Al Scates (born 9 June 1939) is an American volleyball player and former volleyball coach of the UCLA Bruins of the Mountain Pacific Sports Federation. Scates is the winningest volleyball coach in the history of the NCAA, and the 19 NCAA titles the Bruins have won during his tenure ties him for the most NCAA titles won by a coach in a single sport with Arkansas' John McDonnell (Indoor Track and Field). Scates has won some kind of collegiate volleyball championship in five different decades, and his NCAA cha..
In computer programming, a parameter is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine. These pieces of data are called arguments. An ordered list of parameters is usually included in the definition of a subroutine, so that, each time the subroutine is called, its arguments for that call can be assigned to the corresponding parameters.